home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / metagifb / test32.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-02-26  |  2.2 KB  |  76 lines

  1. VERSION 4.00
  2. Begin VB.Form frmTest 
  3.    Appearance      =   0  'Flat
  4.    BackColor       =   &H80000005&
  5.    Caption         =   "MetaGif 32 Test"
  6.    ClientHeight    =   780
  7.    ClientLeft      =   1935
  8.    ClientTop       =   3405
  9.    ClientWidth     =   2610
  10.    BeginProperty Font 
  11.       name            =   "MS Sans Serif"
  12.       charset         =   0
  13.       weight          =   700
  14.       size            =   8.25
  15.       underline       =   0   'False
  16.       italic          =   0   'False
  17.       strikethrough   =   0   'False
  18.    EndProperty
  19.    ForeColor       =   &H80000008&
  20.    Height          =   1185
  21.    Left            =   1875
  22.    LinkTopic       =   "Form1"
  23.    ScaleHeight     =   780
  24.    ScaleWidth      =   2610
  25.    Top             =   3060
  26.    Width           =   2730
  27.    Begin VB.Label Label2 
  28.       Appearance      =   0  'Flat
  29.       BackColor       =   &H80000005&
  30.       Caption         =   "Count:"
  31.       ForeColor       =   &H80000008&
  32.       Height          =   255
  33.       Left            =   120
  34.       TabIndex        =   3
  35.       Top             =   480
  36.       Width           =   735
  37.    End
  38.    Begin VB.Label Label1 
  39.       Appearance      =   0  'Flat
  40.       BackColor       =   &H80000005&
  41.       Caption         =   "Max:"
  42.       ForeColor       =   &H80000008&
  43.       Height          =   255
  44.       Left            =   240
  45.       TabIndex        =   2
  46.       Top             =   120
  47.       Width           =   615
  48.    End
  49.    Begin VB.Label txtCnt 
  50.       Appearance      =   0  'Flat
  51.       BackColor       =   &H80000005&
  52.       ForeColor       =   &H80000008&
  53.       Height          =   255
  54.       Left            =   960
  55.       TabIndex        =   1
  56.       Top             =   480
  57.       Width           =   855
  58.    End
  59.    Begin VB.Label txtMax 
  60.       Appearance      =   0  'Flat
  61.       BackColor       =   &H80000005&
  62.       ForeColor       =   &H80000008&
  63.       Height          =   255
  64.       Left            =   960
  65.       TabIndex        =   0
  66.       Top             =   120
  67.       Width           =   855
  68.    End
  69. Attribute VB_Name = "frmTest"
  70. Attribute VB_Creatable = False
  71. Attribute VB_Exposed = False
  72. Option Explicit
  73. Private Sub Form_Unload(Cancel As Integer)
  74.    stopit = True
  75. End Sub
  76.